home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mntlib43 / mntlib / wnull.c < prev    next >
C/C++ Source or Header  |  1993-10-20  |  96b  |  6 lines

  1. /* This will avoid the construct L"". */
  2.  
  3. #include <stddef.h>
  4.  
  5. const wchar_t _wnull[1] = { 0 };
  6.